net/http.http2ClientConn.vlogf (method)
11 uses
net/http (current package)
h2_bundle.go#L8016: cc.vlogf("http2: Transport sending health check")
h2_bundle.go#L8019: cc.vlogf("http2: Transport health check failure: %v", err)
h2_bundle.go#L8022: cc.vlogf("http2: Transport health check success")
h2_bundle.go#L8236: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, nextID-2)
h2_bundle.go#L9372: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9501: cc.vlogf("http2: Transport readFrame error on conn %p: (%T) %v", cc, err, err)
h2_bundle.go#L9516: cc.vlogf("http2: Transport received %s", http2summarizeFrame(f))
h2_bundle.go#L9548: cc.vlogf("http2: Transport conn %p received error from processing frame %v: %v", cc, http2summarizeFrame(f), err)
h2_bundle.go#L10026: cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
h2_bundle.go#L10098: cc.vlogf("Unhandled Setting: %v", s)
h2_bundle.go#L10268: func (cc *http2ClientConn) vlogf(format string, args ...interface{}) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |